home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / Ex_Right.dxr / 00026.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  150 b   |  9 lines

  1. on exitFrame
  2.   global a, b, c
  3.   if (field "Answer" > (a - 0.5)) and (field "Answer" < (a + 0.5)) then
  4.     nothing()
  5.   else
  6.     go("AA1")
  7.   end if
  8. end
  9.